type github.com/gotd/td/telegram/auth.testAuth
7 uses
github.com/gotd/td/telegram/auth (current package)
flow.go#L271: type testAuth struct {
flow.go#L276: func (t testAuth) Phone(ctx context.Context) (string, error) { return t.phone, nil }
flow.go#L277: func (t testAuth) Password(ctx context.Context) (string, error) { return "", ErrPasswordNotProvided }
flow.go#L278: func (t testAuth) Code(ctx context.Context, sentCode *tg.AuthSentCode) (string, error) {
flow.go#L295: func (t testAuth) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
flow.go#L299: func (t testAuth) SignUp(ctx context.Context) (UserInfo, error) {
flow.go#L333: return testAuth{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |